home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / drivers / d5wn3a.exe / DJDISK.BAT < prev    next >
DOS Batch File  |  1992-03-18  |  2KB  |  81 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo      This will create the HP DeskJet Series v2.1 printer driver
  6. echo      for Microsoft Windows 3.0 disks by copying the appropriate
  7. echo      files in this directory to a disk in drive A:.
  8. echo  
  9. echo      You *must* use this batch file to create the installation disks
  10. echo      before you can install the HP DeskJet Series v2.1 driver.
  11. echo  
  12. echo      Before you proceed, you will need two blank formatted high
  13. echo      density 5.25" or 3.5" diskettes.
  14. echo  
  15. echo  
  16. echo      Press [Control]C to terminate this program
  17. echo      or any key to continue...
  18. pause >nul
  19. echo  
  20. echo  
  21. echo      Put a blank formatted high density disk in drive A:
  22. echo      and press any key to continue...
  23. pause >nul
  24. echo  
  25. echo  
  26. echo      Copying files...
  27. rem Disk 1
  28. copy SFI.DLL a:\ >nul
  29. copy DJ500C.HLP a:\ >nul
  30. copy DJCOLOR1.HPM a:\ >nul
  31. copy HPCOLOR.DLL a:\ >nul
  32. copy GDIOUT.DLL a:\ >nul
  33. copy IFCLL.DLL a:\ >nul
  34. copy IFSUPP.MRG a:\ >nul
  35. copy SFI.HLP a:\ >nul
  36. copy SYMBOL.WRI a:\ >nul
  37. copy DJ500C.DRV a:\ >nul
  38. copy OEMSETUP.INF a:\ >nul
  39. copy README.TXT a:\ >nul
  40. cls
  41. echo  
  42. echo  
  43. echo      Installation files for disk 1 have been copied to A:
  44. echo  
  45. echo      Please remove the disk from drive A: and label it
  46. echo      "HP DeskJet Series v2.1 Windows 3.0 driver  Disk 1".
  47. echo  
  48. echo      Press any key to continue...
  49. pause >nul
  50. cls
  51. echo  
  52. echo  
  53. echo      Put another blank formatted high density disk
  54. echo      in drive A: and press any key to continue...
  55. pause >nul
  56. echo  
  57. echo  
  58. echo      Copying files...
  59. rem Disk 2
  60. copy 92500.TYP a:\ >nul
  61. copy 92504.TYP a:\ >nul
  62. copy 93950.TYP a:\ >nul
  63. copy 93952.TYP a:\ >nul
  64. copy 94021.TYP a:\ >nul
  65. copy 94023.TYP a:\ >nul
  66. copy PROTO.OUT a:\ >nul
  67. cls
  68. echo  
  69. echo  
  70. echo      Installation files for disk 2 have been copied to A:
  71. echo  
  72. echo      Please remove the disk from drive A: and label it
  73. echo      "HP DeskJet Series v2.1 Windows 3.0 driver  Disk 2".
  74. echo  
  75. echo  
  76. echo      To install the HP DeskJet Series v2.1 Windows 3.0 driver,
  77. echo      please see the instructions in the file INSTALL.DOC
  78. echo      included with the file D5WN3A.ZIP.
  79. echo  
  80. echo  
  81.